Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

LinkStyle

Implemented by HTMLLinkElement, HTMLStyleElement, ProcessingInstruction

The associated CSS style sheet of a node is the CSS style sheet in the list of document CSS style sheets of which the owner node implements the LinkStyle interface.

This type groups properties and / or operations together for documentation purposes and does not have an explicit JavaScript representation.

Properties
StyleSheet?
sheet
The sheet attribute must return the associated CSS style sheet for the node or null if there is no associated CSS style sheet.